negotiator.qualitymeasures
Class TraceProcessor

java.lang.Object
  extended by negotiator.qualitymeasures.TraceProcessor

public class TraceProcessor
extends java.lang.Object

This class is used to load a simple trace of the opponent's bids, and feed this trace to an opponent model. Following, the quality of the opponent model is sampled at a given interval. The data is saved in a Excel pivot-table compatible format.

Author:
Mark Hendrikx

Field Summary
static double SAMPLE_EVERY_X_TIME
           
 
Constructor Summary
TraceProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLE_EVERY_X_TIME

public static final double SAMPLE_EVERY_X_TIME
See Also:
Constant Field Values
Constructor Detail

TraceProcessor

public TraceProcessor()
Method Detail

main

public static void main(java.lang.String[] args)